From: Pablo Correa Gómez Date: Mon, 30 May 2022 18:47:40 +0000 (+0200) Subject: glcontext: Improve documentation on get_use_es api X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~81^2^2~145^2~8 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=826fdc4a801c0fa24dd82d175299b45d46108677;p=gtk4.git glcontext: Improve documentation on get_use_es api --- diff --git a/gdk/gdkglcontext.c b/gdk/gdkglcontext.c index c0f96c0fec..c566f75e06 100644 --- a/gdk/gdkglcontext.c +++ b/gdk/gdkglcontext.c @@ -1348,7 +1348,9 @@ gdk_gl_context_set_use_es (GdkGLContext *context, * * Checks whether the @context is using an OpenGL or OpenGL ES profile. * - * Returns: %TRUE if the `GdkGLContext` is using an OpenGL ES profile + * Returns: %TRUE if the `GdkGLContext` is using an OpenGL ES profile; + * %FALSE if other profile is in use of if the @context has not yet + * been realized. */ gboolean gdk_gl_context_get_use_es (GdkGLContext *context)